home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gVoiceChannel, gPathToSound, fileDelimiter
- if the keyPressed = RETURN then
- if the text of field "player name" <> EMPTY then
- sound playFile gVoiceChannel, gPathToSound & "signup" & fileDelimiter & "mock3.aif"
- Capitalize("player name")
- set the text of field "name3" to the text of field "player name"
- repeat while soundBusy(gVoiceChannel)
- end repeat
- go("Key Assign")
- end if
- end if
- go(the frame)
- end
-